home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene 96
/
Scene 96 International Edition (Zyklop Software) (Disc 2) (1997).iso
/
misc
/
coding
/
e_os300b
/
ex_diamd
/
makefile
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1996-11-28
|
363 b
|
16 lines
PRG = DIAMOND
RES = ..\RESOURCE
$(PRG).exe: $(RES)\$(PRG).OBJ \
$(RES)\EOS.OBJ \
$(PRG).obj
@tlink $(RES)\eos \
$(RES)\diamond \
$(PRG), \
$(PRG).EXE /3 /x
@Echo $(PRG) has been assembled
$(PRG).obj: $(PRG).ASM
@tasm $(PRG).ASM /m /q /p